SCREEN WIDTH

This command will return an integer value of the current screen width.

  Syntax
Return Integer=SCREEN WIDTH()
  Returns

The screen width

  Example Code
cls
set display mode 800,600,32
set window on
maximize window
wait 1000*8
print "screenwidth "+str$(screen width())
do
loop
end
  See also

DISPLAY Commands Menu
Index